home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / WWW / Perl_WWW_Utilities / MHonArc / examples / icons.rc < prev    next >
Encoding:
Text File  |  1996-03-01  |  1.3 KB  |  67 lines

  1. <!--    MHonArc resource file
  2.  
  3.     This example file makes use of the icons feature of
  4.     MHonArc.
  5.   -->
  6.  
  7. <sort>
  8.  
  9. <!--    Have LISTBEGIN contain last updated information
  10.   -->
  11. <listbegin>
  12. <address>
  13. Last update: $CURDATE$<br>
  14. $NUMOFMSG$ messages<br>
  15. </address>
  16. <p>
  17. Messages listed in chronological order.  Listing format is the following:
  18. <blockquote>
  19. <img src="/icons/gletter.gif" alt="* ">
  20. <strong>Subject</strong><code>  </code>
  21. (# of follow-ups)<code>  </code>
  22. <em>From</em>.
  23. </blockquote>
  24. <p>
  25. <hr>
  26. </listbegin>
  27.  
  28. <!--    A compact listing template with icon usage
  29.   -->
  30. <litemplate>
  31. <img src="$ICONURL$" alt="* "><strong>$SUBJECT:40$</strong>
  32. ($NUMFOLUP$) <em>$FROMNAME$</em><br>
  33. </litemplate>
  34.  
  35. <listend>
  36. </listend>
  37.  
  38. <labelstyles>
  39. -default-
  40. subject:strong
  41. from:strong
  42. </labelstyles>
  43.  
  44. <fieldstyles>
  45. -default-
  46. subject:strong
  47. from:strong
  48. </fieldstyles>
  49.  
  50. <!--    Specify icons for message types
  51.   -->
  52. <icons>
  53. audio/basic:/icons/gsound.gif
  54. image/gif:/icons/gimage.gif
  55. image/jpeg:/icons/gimage.gif
  56. image/tiff:/icons/ggraphic.gif
  57. multipart/alternative:/icons/gmulti.gif
  58. multipart/digest:/icons/gtext.gif
  59. multipart/mixed:/icons/gdoc2.gif
  60. multipart/parallel:/icons/gdoc.gif
  61. text/enriched:/icons/gdoc.gif
  62. text/html:/icons/gdoc.gif
  63. text/plain:/icons/gletter.gif
  64. unknown:/icons/gunknown.gif
  65. video/mpeg:/icons/gmovie.gif
  66. </icons>
  67.